home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / b026pot.dir / 00001.ls next >
Encoding:
Text File  |  1996-09-06  |  351 b   |  12 lines

  1. on mouseDown
  2.   global gNumofMen, gNumofPar, gNumofWom, gNumofGeo, gNumofPot, gQuestion, gCurrentNumber, gTotalNumofPages
  3.   set the castNum of sprite 5 to cast "b059"
  4.   if pressCategoryButton(5) then
  5.     pupSprites(1, 48, 0)
  6.     set gQuestion to 1
  7.     set gTotalNumofPages to gNumofMen
  8.     set gCurrentNumber to 1
  9.     go(1, "b026men.dir")
  10.   end if
  11. end
  12.